home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / Apple Scanner Training / Scanner Tech - Works / card_8359.txt < prev    next >
Text File  |  1990-04-02  |  4KB  |  208 lines

  1. -- card: 8359 from stack: in
  2. -- bmap block id: 8671
  3. -- flags: 0000
  4. -- background id: 6675
  5. -- name: QUESTION 1
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide button id 17
  9. end closeCard
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=45 top=76 right=274 bottom=261
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24.  
  25.  
  26. -- part 15 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=20 top=51 right=69 bottom=283
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 3
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 17 (button)
  41. -- low flags: 80
  42. -- high flags: A003
  43. -- rect: left=345 top=248 right=270 bottom=445
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Reference
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   push card
  55.   visual iris open
  56.   go to card "Charge"
  57.   show card field "Message Center"
  58.   show card field "Cover All"
  59.   show card button "Self-Check"
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 20 (field)
  65. -- low flags: 80
  66. -- high flags: 0000
  67. -- rect: left=324 top=160 right=197 bottom=491
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: 
  76.  
  77.  
  78. -- part 28 (button)
  79. -- low flags: 00
  80. -- high flags: A003
  81. -- rect: left=363 top=163 right=185 bottom=429
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 0
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: FALSE
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   play boing
  93.   show button id 17
  94. end mouseUp
  95.  
  96.  
  97.  
  98. -- part 29 (button)
  99. -- low flags: 00
  100. -- high flags: A003
  101. -- rect: left=363 top=132 right=154 bottom=429
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 0
  106. -- text size: 12
  107. -- style flags: 0
  108. -- line height: 16
  109. -- part name: TRUE
  110. ----- HyperTalk script -----
  111. on mouseUp
  112.   play "Harpsichord" tempo 180 "a es eq es f# g# a b c#5q a4s aq"
  113.   wait for 2 seconds
  114.   hide button id 17
  115.   visual scroll right
  116.   go next
  117. end mouseUp
  118.  
  119.  
  120.  
  121.  
  122. -- part 33 (button)
  123. -- low flags: 00
  124. -- high flags: 0000
  125. -- rect: left=328 top=302 right=325 bottom=353
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: New Button
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   visual effect scroll right
  137.   go to next card
  138. end mouseUp
  139.  
  140.  
  141.  
  142.  
  143. -- part 35 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=157 top=302 right=325 bottom=182
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: New Button
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   visual effect scroll left
  158.   go to prev card
  159. end mouseUp
  160.  
  161.  
  162.  
  163.  
  164. -- part 36 (button)
  165. -- low flags: 00
  166. -- high flags: A004
  167. -- rect: left=202 top=303 right=324 bottom=305
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: How It Works
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   answer "Exit the Self-Check?" with "Yes" or "Cancel"
  179.   if it is "Yes" then
  180.     visual checkerboard to black
  181.     go to card id 7270
  182.   end if
  183.   if it is "Cancel" then
  184.     put "Cancel" into it
  185.   end if
  186. end  mouseUp
  187.  
  188.  
  189. -- part contents for card part 2
  190. ----- text -----
  191.  
  192.  
  193.  
  194. The CCD board contains a series of light-sensitive capacitors, called elements.  
  195.   
  196.  
  197.  
  198.  
  199.  
  200.  
  201. -- part contents for card part 15
  202. ----- text -----
  203. Question
  204.  
  205. -- part contents for card part 20
  206. ----- text -----
  207. Only during routine 
  208. maintenance?